home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- stopAllQT()
- puppetSound("MoreB")
- set Lob to the number of cast "video.pict.Lo"
- set HiB to the number of cast "video.pict.hi"
- puppetSprite(14, 1)
- set the castNum of sprite 14 to Lob
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to HiB
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to Lob
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to HiB
- updateStage()
- puppetSprite(14, 0)
- blackFrame()
- sound stop 2
- play frame "EARTHWORM" of movie "MOVIES.DIR"
- go("none")
- end
-